Skip to main content

DescribeVulExportInfo

Description

Obtain vulnerability record 'export' task information.

Request Method

POST

Request Path

/apsara/route/aegis/DescribeVulExportInfo

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
ExportIdBODYlongNoNo sample value for this parameter.vulnerability record 'export' task ID.
regionIdBODYstringYesNo sample value for this parameter.region id
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
Progressintegerno demo value'export' progress.
TotalCountintegerno demo valuetotal number of 'export'ed records.
RequestIdstringno demo valuerequest ID.
Messagestringno demo value'export' task status description or failure information.
FileNamestringno demo value'export' file name.
ExportStatusstringno demo value'export' task status: init: indicates that the 'export' task is being initialized pending: indicates that the 'export' task is waiting for summary 'export'ing: indicates that the 'export' task is running success: indicates that the 'export' task has been successfully completed fail: indicates that the 'export' task failed
CurrentCountintegerno demo valuecurrently number of 'export'ed records.
Idintegerno demo value'export' task record ID.
Linkstringno demo value'export' file download link.

Example

Successful Response example

{
"Progress":"no demo value",
"TotalCount":"no demo value",
"RequestId":"no demo value",
"Message":"no demo value",
"FileName":"no demo value",
"ExportStatus":"no demo value",
"CurrentCount":"no demo value",
"Id":"no demo value",
"Link":"no demo value"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}